UNTIL conditional repeat until loop end: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Syntax: ~~~~~~~ UNTIL <Expr> Description: ~~~~~~~~~~~~ If the expresion <Expr> is true, the loop is finished otherwise the looping is continued. Source file is Object.ch